home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / perl5000.zip / perl5000 / hints / aix.sh < prev    next >
Text File  |  1994-10-07  |  736b  |  21 lines

  1. d_fchmod=undef
  2. d_setrgid='undef'
  3. d_setruid='undef'
  4. alignbytes=8
  5.  
  6. # Changes for dynamic linking by Wayne Scott (wscott@ichips.intel.com)
  7. #
  8. # Tell perl which symbols to export for dynamic linking.
  9. ccdlflags='-bE:perl.exp'
  10.  
  11. # The first 3 options would not be needed if dynamic libs. could be linked
  12. # with the compiler instead of ld.
  13. # -bI:$(TOP)/perl.exp   Read the exported symbols from the perl binary
  14. # -bE:$(EXT).exp        Export these symbols.  This file contains only one
  15. #                       symbol: boot_$(EXP)  can it be auto-generated?
  16. lddlflags='-H512 -T512 -bhalt:4 -bM:SRE -bI:$(TOP)/perl.exp -bE:$(EXT).exp -e _nostart -lc'
  17.  
  18. ccflags='-D_ALL_SOURCE'
  19. # Make setsockopt work correctly.  See man page.
  20. # ccflags='-D_BSD=44'
  21.